Min-Se and Min-Expires

An example of the header is shown below:

Min-SE: 3600
Min-Expires: 60

The header properties are shown in the following table:

Header Level Action

Add

Delete

Modify

List Entries

Operations Supported

Yes

Yes

Yes

N/A

Keyword

Sub Types

Attributes

Param

Param

Read/Write

Time

Integer

Read/Write

Below are header manipulation examples:

Example 1

Rule:

Add a Min-Se header to the message using a value of 50:

MessageManipulations 1 = 1, any, , header.min-se, 0, '50', 0;

Result:

Min-SE: 50

Example 2

Rule:

Modify a Min-Expires header with the min-expires value and add an additional 0:

MessageManipulations 0 = 1, Invite, , header.Min-Expires.param, 2, header.Min-Expires.time + '0', 0;

Result:

Min-Expires: 340;3400

Example 3

Rule:

Modify a Min-Expires header changing the time to 700:

MessageManipulations 0 = 1, Invite, , header.Min-Expires.time, 2, '700', 0;

Result:

Min-Expires: 700